Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3428

@NordicBuilder NordicBuilder requested review from a team as code owners October 27, 2025 11:43
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 27, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 27, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@3c0e35c nrfconnect/sdk-zephyr@760c3c6 (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 27, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: 7b86af6fc3de4cbfe876ba876714f564376510ce
zephyr: PR head: 760c3c6ff77dc95f48f668d446e25a619d91fbe0

more details

sdk-nrf:

PR head: 7b86af6fc3de4cbfe876ba876714f564376510ce
merge base: 50400288498092cbdf1abd50c7799b929a7695f3
target head (main): 50400288498092cbdf1abd50c7799b929a7695f3
Diff

zephyr:

PR head: 760c3c6ff77dc95f48f668d446e25a619d91fbe0
merge base: 3c0e35c2aa12f9c0dfa3fb0c08fa93b69636f4a3
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (91)
west.yml
zephyr
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  │ hci.txt
│  │  ├── releases
│  │  │  │ migration-guide-4.3.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ hci_vs.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── hci_ipc
│  │  │  │  ├── nrf5340_cpunet_bis-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_cis-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_df-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_broadcast-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_central-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_peripheral-bt_ll_sw_split.conf
│  │  │  │  ├── nrf5340_cpunet_iso_receive-bt_ll_sw_split.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── hci_uart
│  │  │  │  │ overlay-all-bt_ll_sw_split.conf
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hal
│  │  │  │  │  │ debug.h
│  │  │  │  ├── hci
│  │  │  │  │  ├── hci.c
│  │  │  │  │  │ hci_driver.c
│  │  │  │  ├── include
│  │  │  │  │  ├── ll.h
│  │  │  │  │  ├── ll_feat.h
│  │  │  │  │  │ ll_settings.h
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── isoal.c
│  │  │  │  │  ├── lll_chan.c
│  │  │  │  │  ├── lll_common.c
│  │  │  │  │  ├── lll_scan.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── cntr.c
│  │  │  │  │  │  │  │  ├── ecb.c
│  │  │  │  │  │  │  │  ├── mayfly.c
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio_nrf5.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf54l.h
│  │  │  │  │  │  │  │  │ ticker.c
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll.c
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_aux.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_adv_sync.c
│  │  │  │  │  │  │  ├── lll_central.c
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_df.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  ├── lll_sync_iso.c
│  │  │  │  │  │  │  │ lll_test.c
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv.c
│  │  │  │  │  ├── ull_adv_aux.c
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_adv_sync.c
│  │  │  │  │  ├── ull_central.c
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_iso.c
│  │  │  │  │  ├── ull_df.c
│  │  │  │  │  ├── ull_filter.c
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_llcp.c
│  │  │  │  │  ├── ull_llcp_cc.c
│  │  │  │  │  ├── ull_llcp_chmu.c
│  │  │  │  │  ├── ull_llcp_common.c
│  │  │  │  │  ├── ull_llcp_conn_upd.c
│  │  │  │  │  ├── ull_llcp_enc.c
│  │  │  │  │  ├── ull_llcp_local.c
│  │  │  │  │  ├── ull_llcp_past.c
│  │  │  │  │  ├── ull_llcp_phy.c
│  │  │  │  │  ├── ull_llcp_remote.c
│  │  │  │  │  ├── ull_peripheral.c
│  │  │  │  │  ├── ull_peripheral_iso.c
│  │  │  │  │  ├── ull_scan.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_sched.c
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  │ ull_sync_iso.c
│  │  │  │  ├── ticker
│  │  │  │  │  │ ticker.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── init
│  │  │  │  ├── prj_ctlr.conf
│  │  │  │  │ prj_ctlr_dbg.conf
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── compile.nrf54l15bsim_nrf54l15_cpuapp.sh
│  │  │  │  ├── ll
│  │  │  │  │  ├── advx
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  ├── basic_advx.sh
│  │  │  │  │  │  │  ├── basic_advx_scan_aux_use_chains.sh
│  │  │  │  │  │  │  │ basic_advx_ticker_expire_info.sh
│  │  │  │  │ tests.nrf54l15bsim_nrf54l15_cpuapp.txt

Outputs:

Toolchain

Version: cfa6b06338
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:cfa6b06338_e595b21c39

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 18
    • sdk-zephyr test count: 682
  • ✅ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-sdk-find-my
    • ✅ test-low-level
    • ✅ test-sdk-dfu
    • ⚠️ test_ble_nrf_config
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

@cvinayak cvinayak self-assigned this Oct 27, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3428 branch from 625e6be to fa42e62 Compare October 27, 2025 21:15
Copy link
Contributor

@MarekPieta MarekPieta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smoke tested locally. nRF Desktop dongle with BLE SW Split LL seems to work fine.

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3428 branch from fa42e62 to 7b86af6 Compare October 29, 2025 07:22
@NordicBuilder NordicBuilder requested a review from a team October 29, 2025 07:23
@NordicBuilder NordicBuilder removed the DNM label Oct 29, 2025
@rlubos rlubos merged commit 07108ec into nrfconnect:main Oct 29, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants